home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / gapcdr6.zip / CDOOR.ZIP / ANSICMD next >
Text File  |  1993-04-19  |  3KB  |  68 lines

  1. @NOMORE
  2.         GAPCDR is capable of displaying GAP-like ANSICMD escape
  3.         sequences to personalize your door's display files.  The
  4.         values for these variables are take from the DOOR.SYS 
  5.         file used by the door.
  6.  
  7.         Along with commands which display user information, there
  8.         are also utility ANSICMD's which can manipulate the way a 
  9.         file is displayed.
  10.  
  11.         @MORE
  12.         @CLS
  13.  
  14.         The MORE command was just used to stop the display and ask
  15.         the user if he wished to continue viewing the file.  Then
  16.         a CLS command was issued to clear the screen.
  17.  
  18.         Two of the utility commands may be used at the beginning of
  19.         the display file to set the characteristics of the way the
  20.         file will be displayed.
  21.  
  22.         NOMORE   - Disable all prompts for a continuous display.
  23.         USEPAUSE - Use Pause prompt instead of More
  24.  
  25.         The NOMORE command was used at the beginning of this file
  26.         to disable the defaule More prompts and allows us to place
  27.         the where we prefered to have them.
  28.  
  29.         Here we will use the PAUSE command to pause this file
  30.         display.  When a key is pressed, we will use the CLS
  31.         command to clear the screen.  You will then view a list
  32.         ANSICMD's which are used to display user information.
  33.  
  34.         @PAUSE
  35.         @CLS
  36.  
  37.         BAVAIL  - Bytes Available         @BAVAIL
  38.         BDOWN   - Bytes Downloaded        @BDOWN
  39.         BIRTH   - Birthdate               @BIRTH
  40.         BNAME   - BBS Name                @BNAME
  41.         BPHONE  - Business Phone          @BPHONE
  42.         BUP     - Bytes uploaded          @BUP
  43.         CITY    - User's City/State       @CITY
  44.         DATE    - Today's Date            @DATE
  45.         DOPEN   - Doors Opened            @DOPEN
  46.         DOWN    - Total Files Downloaded  @DOWN
  47.         EVENT   - Next event time         @EVENT
  48.         FAVAIL  - Files Available         @FAVAIL
  49.         FNAME   - First Name              @FNAME
  50.  
  51.         @MORE
  52.         @CLS
  53.  
  54.         HPHONE  - Home Phone              @HPHONE
  55.         LEVEL   - Users security level    @LEVEL
  56.         LNAME   - Users Last name         @LNAME
  57.         LNEW    - Last new file scan      @LNEW
  58.         MINLEFT - Minutes Remaining       @MINLEFT
  59.         MLEFT   - Messages Left           @MLEFT
  60.         NODE    - BBS Node in use         @NODE
  61.         SDATE   - Subscription Date       @SDATE
  62.         SYSNAME - Sysop's Name            @SYSNAME
  63.         TIME    - Time of Day             @TIME
  64.         TON     - Times On                @TON
  65.         UBAUD   - Caller's Baud rate      @UBAUD
  66.         UNAME   - User Name               @UNAME
  67.         UP      - Total Uploads           @UP
  68.